home *** CD-ROM | disk | FTP | other *** search
- object EmployeeSearchForm: TEmployeeSearchForm
- Left = 284
- Top = 144
- Width = 494
- Height = 390
- Caption = 'Employee Soundex Search'
- Font.Color = clWindowText
- Font.Height = -10
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object EmployeeDBGrid: TDBGrid
- Left = 7
- Top = 46
- Width = 468
- Height = 150
- DataSource = EmployeeDataSource
- TabOrder = 2
- TitleFont.Color = clWindowText
- TitleFont.Height = -10
- TitleFont.Name = 'MS Sans Serif'
- TitleFont.Style = []
- end
- object MatchingDBGrid: TDBGrid
- Left = 7
- Top = 202
- Width = 468
- Height = 150
- DataSource = MatchingDataSource
- TabOrder = 3
- TitleFont.Color = clWindowText
- TitleFont.Height = -10
- TitleFont.Name = 'MS Sans Serif'
- TitleFont.Style = []
- end
- object SearchEdit: TEdit
- Left = 104
- Top = 7
- Width = 157
- Height = 21
- TabOrder = 0
- end
- object SoundexSearchButton: TButton
- Left = 280
- Top = 7
- Width = 98
- Height = 26
- Caption = 'Soundex Search'
- Default = True
- TabOrder = 1
- OnClick = SoundexSearchButtonClick
- end
- object EmployeeDataSource: TDataSource
- DataSet = EmployeeTable
- Left = 8
- Top = 8
- end
- object MatchingDataSource: TDataSource
- Left = 40
- Top = 8
- end
- object EmployeeTable: TTable
- Active = True
- DatabaseName = 'DBDEMOS'
- TableName = 'EMPLOYEE.DB'
- Left = 72
- Top = 8
- end
- end
-